MessageIsPrivate Property |
Contains true if message is marked as private.
Namespace:
Independentsoft.Msg
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic bool IsPrivate { get; set; }Public Property IsPrivate As Boolean
Get
Set
Property Value
Type:
Booleantrue if this instance is private; otherwise,
false.
See Also